home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / fpc225_3.zip / F-PCHELP.ZIP / HELLO.HLP < prev    next >
Text File  |  1988-01-11  |  623b  |  21 lines

  1. \ HELLO.HLP     Contains the sign on word for Forth.
  2.  
  3. CDATE           Current date at system generation
  4. CTIME           Current time at system gerneration.
  5.  
  6. <.HELLO>        ( --- )
  7.                 Print some information to tell user about FF.
  8.  
  9.  
  10. .HELLO          ( --- )
  11.                 Defered word, that performes .<hello> by default.
  12.  
  13. HELLO           ( --- )
  14.                 Cold start initialization for FF.
  15.  
  16. MARK            ( | name -- )
  17.                 Create a mark, that is define a word "name" that
  18.                 will clear the dictionary back to itself when it
  19.                 is executed.
  20.  
  21.